home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / learnvb5 / example1.frm < prev    next >
Text File  |  1998-03-27  |  3KB  |  92 lines

  1. VERSION 5.00
  2. Begin VB.Form Form1 
  3.    Caption         =   "Form1"
  4.    ClientHeight    =   2505
  5.    ClientLeft      =   60
  6.    ClientTop       =   360
  7.    ClientWidth     =   4890
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   2505
  10.    ScaleWidth      =   4890
  11.    StartUpPosition =   3  'Windows Default
  12.    Begin VB.CommandButton Command3 
  13.       Caption         =   "Command3"
  14.       Height          =   495
  15.       Left            =   240
  16.       TabIndex        =   2
  17.       Top             =   1560
  18.       Width           =   1215
  19.    End
  20.    Begin VB.CommandButton Command2 
  21.       Caption         =   "Command2"
  22.       Height          =   495
  23.       Left            =   240
  24.       TabIndex        =   1
  25.       Top             =   960
  26.       Width           =   1215
  27.    End
  28.    Begin VB.CommandButton Command1 
  29.       Caption         =   "Command1"
  30.       Height          =   495
  31.       Left            =   240
  32.       TabIndex        =   0
  33.       Top             =   360
  34.       Width           =   1215
  35.    End
  36.    Begin VB.Label Label6 
  37.       Caption         =   "Label6"
  38.       Height          =   495
  39.       Left            =   3120
  40.       TabIndex        =   8
  41.       Top             =   1560
  42.       Width           =   1215
  43.    End
  44.    Begin VB.Label Label5 
  45.       Caption         =   "Label5"
  46.       Height          =   495
  47.       Left            =   3120
  48.       TabIndex        =   7
  49.       Top             =   960
  50.       Width           =   1215
  51.    End
  52.    Begin VB.Label Label4 
  53.       Caption         =   "Label4"
  54.       Height          =   495
  55.       Left            =   3120
  56.       TabIndex        =   6
  57.       Top             =   360
  58.       Width           =   1215
  59.    End
  60.    Begin VB.Label Label3 
  61.       Caption         =   "Label3"
  62.       Height          =   495
  63.       Left            =   1680
  64.       TabIndex        =   5
  65.       Top             =   1560
  66.       Width           =   1215
  67.    End
  68.    Begin VB.Label Label2 
  69.       Caption         =   "Label2"
  70.       Height          =   495
  71.       Left            =   1680
  72.       TabIndex        =   4
  73.       Top             =   960
  74.       Width           =   1215
  75.    End
  76.    Begin VB.Label Label1 
  77.       Caption         =   "Label1"
  78.       Height          =   495
  79.       Left            =   1680
  80.       TabIndex        =   3
  81.       Top             =   360
  82.       Width           =   1215
  83.    End
  84. End
  85. Attribute VB_Name = "Form1"
  86. Attribute VB_GlobalNameSpace = False
  87. Attribute VB_Creatable = False
  88. Attribute VB_PredeclaredId = True
  89. Attribute VB_Exposed = False
  90. Option Explicit
  91.  
  92.